|
EPD Extension Kit for MSP430 LaunchPad
|
Structure of the image information. More...
#include <EPD_Kit_Tool_Process.h>
Public Attributes | |
| uint8_t | EPD_size |
| uint8_t | image_index |
| uint16_t | number_of_images |
| long | new_image_address |
| long | previous_image_address |
| union { | |
| long last_address | |
| long mark_image_address | |
| long slideshow_image_address | |
| long custom_image_address | |
| } | extend_address |
Structure of the image information.
| long image_information_t::custom_image_address |
the custom image address
| uint8_t image_information_t::EPD_size |
the EPD size
| uint8_t image_information_t::image_index |
the page index of image in memory segment B
| long image_information_t::last_address |
the last image address for "reload" function used
| long image_information_t::mark_image_address |
the mark image address for "ASCII" function used
| long image_information_t::new_image_address |
the new image address
| uint16_t image_information_t::number_of_images |
the number of image have been loaded
| long image_information_t::previous_image_address |
the previous image address
| long image_information_t::slideshow_image_address |
the slideshow image address
1.8.3.1